Log session start time Thu Jul 29 20:44:43 IST 2021
| RelativeTime | Thread | MDC | Level | Logger | Message |
| 24839 | main | INFO | com.netflix.discovery.DiscoveryClient | Saw local status change event StatusChangeEvent [timestamp=1627571683123, current=UP, previous=STARTING] | |
| 24845 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | com.netflix.discovery.InstanceInfoReplicator | Executing on-demand update of local InstanceInfo | |
| 24846 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | com.netflix.discovery.InstanceInfoReplicator | Canceling the latest scheduled update, it will be rescheduled at the end of on demand update | |
| 24848 | main | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Successfully started bean 'eurekaAutoServiceRegistration' | |
| 24848 | main | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Starting beans in phase 2147483647 | |
| 24848 | DiscoveryClient-InstanceInfoReplicator-0 | INFO | com.netflix.discovery.DiscoveryClient | DiscoveryClient_CUSTOMER-SERVICE/host.docker.internal:customer-service:9003: registering service... | |
| 24849 | main | DEBUG | springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper | Documentation plugins bootstrapped | |
| 24849 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient | Ending a session and starting anew | |
| 24850 | main | DEBUG | springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper | Found 1 custom documentation plugin(s) | |
| 24861 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.springframework.web.client.RestTemplate | HTTP POST http://localhost:8761/eureka/apps/CUSTOMER-SERVICE | |
| 24864 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.springframework.web.client.RestTemplate | Accept=[application/json, application/*+json] | |
| 24873 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Total number of request handlers 12 | |
| 24873 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /cm/v1/customers, WebMvcRequestHandler{requestMapping={GET [/cm/v1/customers]}, handlerMethod=com.rvy.controller.CustomerController#getCustomers(), key=RequestHandlerKey{pathMappings=[/cm/v1/customers], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /cm/v1/customers, WebMvcRequestHandler{requestMapping={PUT [/cm/v1/customers]}, handlerMethod=com.rvy.controller.CustomerController#updateCustomer(Customer, BindingResult), key=RequestHandlerKey{pathMappings=[/cm/v1/customers], supportedMethods=[PUT], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /cm/v1/customers, WebMvcRequestHandler{requestMapping={POST [/cm/v1/customers]}, handlerMethod=com.rvy.controller.CustomerController#addCustomer(Customer, BindingResult), key=RequestHandlerKey{pathMappings=[/cm/v1/customers], supportedMethods=[POST], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /cm/v1/customers/{customerId}, WebMvcRequestHandler{requestMapping={DELETE [/cm/v1/customers/{customerId}]}, handlerMethod=com.rvy.controller.CustomerController#deleteCustomer(Integer), key=RequestHandlerKey{pathMappings=[/cm/v1/customers/{customerId}], supportedMethods=[DELETE], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /cm/v1/customers/{customerId}, WebMvcRequestHandler{requestMapping={GET [/cm/v1/customers/{customerId}]}, handlerMethod=com.rvy.controller.CustomerController#getCustomers(Integer), key=RequestHandlerKey{pathMappings=[/cm/v1/customers/{customerId}], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /error, WebMvcRequestHandler{requestMapping={ [/error]}, handlerMethod=org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest), key=RequestHandlerKey{pathMappings=[/error], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /error, WebMvcRequestHandler{requestMapping={ [/error], produces [text/html]}, handlerMethod=org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#errorHtml(HttpServletRequest, HttpServletResponse), key=RequestHandlerKey{pathMappings=[/error], supportedMethods=[], supportedMediaTypes=[], producibleMediaTypes=[text/html]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /swagger-resources, WebMvcRequestHandler{requestMapping={GET [/swagger-resources], produces [application/json]}, handlerMethod=springfox.documentation.swagger.web.ApiResourceController#swaggerResources(), key=RequestHandlerKey{pathMappings=[/swagger-resources], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json]}} | |
| 24874 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /swagger-resources/configuration/security, WebMvcRequestHandler{requestMapping={GET [/swagger-resources/configuration/security], produces [application/json]}, handlerMethod=springfox.documentation.swagger.web.ApiResourceController#securityConfiguration(), key=RequestHandlerKey{pathMappings=[/swagger-resources/configuration/security], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json]}} | |
| 24875 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /swagger-resources/configuration/ui, WebMvcRequestHandler{requestMapping={GET [/swagger-resources/configuration/ui], produces [application/json]}, handlerMethod=springfox.documentation.swagger.web.ApiResourceController#uiConfiguration(), key=RequestHandlerKey{pathMappings=[/swagger-resources/configuration/ui], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json]}} | |
| 24875 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /v2/api-docs, WebMvcRequestHandler{requestMapping={GET [/v2/api-docs], produces [application/json || application/hal+json]}, handlerMethod=springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest), key=RequestHandlerKey{pathMappings=[/v2/api-docs], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json, application/hal+json]}} | |
| 24875 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Adding key: /v3/api-docs, WebMvcRequestHandler{requestMapping={GET [/v3/api-docs], produces [application/json || application/hal+json]}, handlerMethod=springfox.documentation.oas.web.OpenApiControllerWebMvc#getDocumentation(String, HttpServletRequest), key=RequestHandlerKey{pathMappings=[/v3/api-docs], supportedMethods=[GET], supportedMediaTypes=[], producibleMediaTypes=[application/json, application/hal+json]}} | |
| 24879 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.springframework.web.client.RestTemplate | Writing [InstanceInfo [instanceId = host.docker.internal:customer-service:9003, appName = CUSTOMER-SERVICE, hostName = host.docker.internal, status = UP, ipAddr = 192.168.43.173, port = 9003, securePort = 443, dataCenterInfo = com.netflix.appinfo.MyDataCenterInfo@1a819769] as "application/json" | |
| 24889 | main | DEBUG | springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner | Combined number of request handlers 12 | |
| 24892 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiListingReferenceScanner | Scanning for api listing references | |
| 24899 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.client.protocol.RequestAddCookies | CookieSpec selected: default | |
| 24899 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.client.protocol.RequestAuthCache | Auth cache not set in the context | |
| 24900 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection request: [route: {}->http://localhost:8761][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] | |
| 24900 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection leased: [id: 1][route: {}->http://localhost:8761][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20] | |
| 24900 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.execchain.MainClientExec | Opening connection {}->http://localhost:8761 | |
| 24900 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connecting to localhost/127.0.0.1:8761 | |
| 24907 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 24910 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |addCustomer| | |
| 24910 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding input parameter of type Lcom/rvy/entity/Customer; | |
| 24910 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |addCustomer| | |
| 24912 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |addCustomer| | |
| 24919 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address2 | |
| 24923 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24924 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address2' renamed to 'address2' | |
| 24924 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address2 to model | |
| 24925 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24925 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24925 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24926 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24930 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24931 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24935 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address1 | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address1' renamed to 'address1' | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address1 to model | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24936 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24936 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24936 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property customerId | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'customerId' renamed to 'customerId' | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property customerId to model | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24937 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24938 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24938 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property name | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'name' renamed to 'name' | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property name to model | |
| 24938 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24939 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24939 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property contactNumber | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'contactNumber' renamed to 'contactNumber' | |
| 24939 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property contactNumber to model | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24940 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24940 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property uin | |
| 24940 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'uin' renamed to 'uin' | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property uin to model | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24941 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24941 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property birthDate | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'birthDate' renamed to 'birthDate' | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property birthDate to model | |
| 24941 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24942 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24942 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property email | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'email' renamed to 'email' | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property email to model | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24942 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24942 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24942 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24943 | main | DEBUG | springfox.documentation.schema.DefaultModelProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 24944 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 24944 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 24945 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 24948 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address2 | |
| 24948 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address2' renamed to 'address2' | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address2 to model | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24949 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24949 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address1 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address1' renamed to 'address1' | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address1 to model | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24949 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24949 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24949 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property customerId | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'customerId' renamed to 'customerId' | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property customerId to model | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24950 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24950 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property name | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'name' renamed to 'name' | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property name to model | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24950 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24950 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property contactNumber | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'contactNumber' renamed to 'contactNumber' | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property contactNumber to model | |
| 24950 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property uin | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'uin' renamed to 'uin' | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property uin to model | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property birthDate | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'birthDate' renamed to 'birthDate' | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property birthDate to model | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24951 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24951 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property email | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'email' renamed to 'email' | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property email to model | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24952 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24952 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24952 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24952 | main | DEBUG | springfox.documentation.schema.DefaultModelProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 24952 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24952 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 24952 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24953 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 24954 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |addCustomer| | |
| 24954 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding input parameter of type Lcom/rvy/entity/Customer; | |
| 24954 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |addCustomer| | |
| 24954 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |addCustomer| | |
| 24956 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 24956 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address2 | |
| 24957 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24957 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address2' renamed to 'address2' | |
| 24957 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address2 to model | |
| 24957 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24961 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress2 | |
| 24962 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24962 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24962 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address1 | |
| 24962 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24962 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address1' renamed to 'address1' | |
| 24962 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address1 to model | |
| 24962 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getAddress1 | |
| 24963 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24963 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property customerId | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'customerId' renamed to 'customerId' | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property customerId to model | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getCustomerId | |
| 24963 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24963 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property name | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'name' renamed to 'name' | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property name to model | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24963 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getName | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property contactNumber | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'contactNumber' renamed to 'contactNumber' | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property contactNumber to model | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getContactNumber | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property uin | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'uin' renamed to 'uin' | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property uin to model | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getUin | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24964 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property birthDate | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'birthDate' renamed to 'birthDate' | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property birthDate to model | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24964 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getBirthDate | |
| 24965 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24965 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property email | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'email' renamed to 'email' | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property email to model | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24965 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped getter for member getEmail | |
| 24965 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24965 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24966 | main | DEBUG | springfox.documentation.schema.DefaultModelSpecificationProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 24966 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 24970 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24970 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address2 | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address2' renamed to 'address2' | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address2 to model | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress2 | |
| 24971 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24971 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property address1 | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24971 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'address1' renamed to 'address1' | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property address1 to model | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setAddress1 | |
| 24972 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24972 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property customerId | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'customerId' renamed to 'customerId' | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property customerId to model | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setCustomerId | |
| 24972 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24972 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24972 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property name | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'name' renamed to 'name' | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property name to model | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setName | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property contactNumber | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'contactNumber' renamed to 'contactNumber' | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property contactNumber to model | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setContactNumber | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property uin | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'uin' renamed to 'uin' | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property uin to model | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24973 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setUin | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24973 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property birthDate | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'birthDate' renamed to 'birthDate' | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property birthDate to model | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setBirthDate | |
| 24974 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24974 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Reading property email | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy | Name 'email' renamed to 'email' | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.OptimizedModelPropertiesProvider | Adding property email to model | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24974 | main | DEBUG | springfox.documentation.schema.property.bean.BeanModelProperty | Evaluating unwrapped setter for member setEmail | |
| 24974 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding allowable Values: <none> | |
| 24974 | main | DEBUG | springfox.bean.validators.plugins.schema.MinMaxAnnotationPlugin | Adding numeric element facet : <none> | |
| 24974 | main | DEBUG | springfox.documentation.schema.DefaultModelSpecificationProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 24974 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24981 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 24985 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Reading parameters for method addCustomer at path /cm/v1/customers | |
| 24985 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter customer | |
| 24996 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24997 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_1_com.rvy.entity.Customer | |
| 24998 | main | DEBUG | springfox.bean.validators.plugins.parameter.SizeAnnotationPlugin | searching for @size: false | |
| 24999 | main | DEBUG | Validator | ERROR [ModelSpecification.spec] At least one type of specification is required | |
| 25002 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter bindingResult | |
| 25005 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Aggregating content parameters from parameters: customer | |
| 25006 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Post content aggregation parameters: customer | |
| 25007 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 0_0_com.rvy.entity.Customer | |
| 25007 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationResponseClassReader | Setting spring response class to: Customer | |
| 25008 | main | DEBUG | springfox.documentation.swagger.readers.operation.VendorExtensionsReader | Extension count 1 for method addCustomer | |
| 25009 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader | Setting response class to:Customer | |
| 25011 | main | DEBUG | springfox.documentation.swagger.readers.operation.OperationAuthReader | Authorization count 0 for method addCustomer | |
| 25017 | main | DEBUG | springfox.documentation.swagger.readers.operation.OpenApiOperationAuthReader | Authorization count 0 for method addCustomer | |
| 25023 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25023 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25023 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |getCustomers| | |
| 25023 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25024 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 25024 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25024 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25025 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |getCustomers| | |
| 25025 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25025 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 4_0_com.rvy.entity.Customer | |
| 25026 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Reading parameters for method getCustomers at path /cm/v1/customers/{customerId} | |
| 25026 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter customerId | |
| 25027 | main | DEBUG | springfox.bean.validators.plugins.parameter.SizeAnnotationPlugin | searching for @size: false | |
| 25028 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Aggregating content parameters from parameters: customerId | |
| 25028 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Post content aggregation parameters: customerId | |
| 25028 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 4_0_com.rvy.entity.Customer | |
| 25029 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationResponseClassReader | Setting spring response class to: Customer | |
| 25029 | main | DEBUG | springfox.documentation.swagger.readers.operation.VendorExtensionsReader | Extension count 1 for method getCustomers | |
| 25029 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader | Setting response class to:Customer | |
| 25029 | main | DEBUG | springfox.documentation.swagger.readers.operation.OperationAuthReader | Authorization count 0 for method getCustomers | |
| 25029 | main | DEBUG | springfox.documentation.swagger.readers.operation.OpenApiOperationAuthReader | Authorization count 0 for method getCustomers | |
| 25030 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25030 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |updateCustomer| | |
| 25030 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding input parameter of type Lcom/rvy/entity/Customer; | |
| 25031 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |updateCustomer| | |
| 25031 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |updateCustomer| | |
| 25031 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 25031 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 25031 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25032 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |updateCustomer| | |
| 25032 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding input parameter of type Lcom/rvy/entity/Customer; | |
| 25032 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |updateCustomer| | |
| 25032 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |updateCustomer| | |
| 25033 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 2_0_com.rvy.entity.Customer | |
| 25033 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Reading parameters for method updateCustomer at path /cm/v1/customers | |
| 25033 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter customer | |
| 25033 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 2_1_com.rvy.entity.Customer | |
| 25033 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 2_1_com.rvy.entity.Customer | |
| 25033 | main | DEBUG | springfox.bean.validators.plugins.parameter.SizeAnnotationPlugin | searching for @size: false | |
| 25034 | main | DEBUG | Validator | ERROR [ModelSpecification.spec] At least one type of specification is required | |
| 25034 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter bindingResult | |
| 25034 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Aggregating content parameters from parameters: customer | |
| 25034 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Post content aggregation parameters: customer | |
| 25034 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 2_0_com.rvy.entity.Customer | |
| 25034 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationResponseClassReader | Setting spring response class to: Customer | |
| 25035 | main | DEBUG | springfox.documentation.swagger.readers.operation.VendorExtensionsReader | Extension count 1 for method updateCustomer | |
| 25035 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader | Setting response class to:Customer | |
| 25035 | main | DEBUG | springfox.documentation.swagger.readers.operation.OperationAuthReader | Authorization count 0 for method updateCustomer | |
| 25035 | main | DEBUG | springfox.documentation.swagger.readers.operation.OpenApiOperationAuthReader | Authorization count 0 for method updateCustomer | |
| 25036 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Ljava/lang/Integer; | |
| 25036 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |deleteCustomer| | |
| 25036 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |deleteCustomer| | |
| 25036 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25036 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |deleteCustomer| | |
| 25036 | main | DEBUG | springfox.documentation.schema.DefaultModelProvider | Skipping model of type Ljava/lang/Integer; as its either a container type, map, enum or base type, or its already been handled | |
| 25036 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Did not find any parameter models for java.lang.Integer | |
| 25036 | main | DEBUG | springfox.documentation.schema.DefaultModelDependencyProvider | Marking base type Ljava/lang/Integer; as seen | |
| 25036 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 25037 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Ljava/lang/Integer; | |
| 25037 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |deleteCustomer| | |
| 25037 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |deleteCustomer| | |
| 25037 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25037 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |deleteCustomer| | |
| 25037 | main | DEBUG | springfox.documentation.schema.DefaultModelSpecificationProvider | Skipping model of type Ljava/lang/Integer; as its either a container type, map, enum or base type, or its already been handled | |
| 25038 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Reading parameters for method deleteCustomer at path /cm/v1/customers/{customerId} | |
| 25038 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Processing parameter customerId | |
| 25038 | main | DEBUG | springfox.bean.validators.plugins.parameter.SizeAnnotationPlugin | searching for @size: false | |
| 25039 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Aggregating content parameters from parameters: customerId | |
| 25039 | main | DEBUG | springfox.documentation.spring.web.readers.operation.ContentParameterAggregator | Post content aggregation parameters: customerId | |
| 25039 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationResponseClassReader | Setting spring response class to: int | |
| 25039 | main | DEBUG | springfox.documentation.swagger.readers.operation.VendorExtensionsReader | Extension count 1 for method deleteCustomer | |
| 25039 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader | Setting response class to:Customer | |
| 25040 | main | DEBUG | springfox.documentation.swagger.readers.operation.OperationAuthReader | Authorization count 0 for method deleteCustomer | |
| 25040 | main | DEBUG | springfox.documentation.swagger.readers.operation.OpenApiOperationAuthReader | Authorization count 0 for method deleteCustomer | |
| 25041 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Ljava/util/List<Lcom/rvy/entity/Customer;>; | |
| 25041 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25041 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |getCustomers| | |
| 25041 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25041 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25041 | main | DEBUG | springfox.documentation.schema.DefaultModelProvider | Skipping model of type Ljava/util/List<Lcom/rvy/entity/Customer;>; as its either a container type, map, enum or base type, or its already been handled | |
| 25041 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Did not find any parameter models for java.util.List<com.rvy.entity.Customer> | |
| 25041 | main | DEBUG | springfox.documentation.schema.DefaultModelDependencyProvider | Adding type for parameter Lcom/rvy/entity/Customer; | |
| 25042 | main | DEBUG | springfox.documentation.schema.DefaultModelDependencyProvider | Recursively resolving dependencies for parameter Lcom/rvy/entity/Customer; | |
| 25042 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25042 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25042 | main | DEBUG | springfox.documentation.schema.DefaultModelProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 25042 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25042 | main | DEBUG | springfox.documentation.spring.web.scanners.ApiModelReader | Generated parameter model id: com.rvy.entity.Customer, name: Customer | |
| 25043 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Adding return parameter of type Ljava/util/List<Lcom/rvy/entity/Customer;>; | |
| 25043 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25043 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationModelsProvider | Finished reading parameters models for handlerMethod |getCustomers| | |
| 25043 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Adding return parameter of type Lcom/rvy/entity/Customer; | |
| 25043 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider | Reading parameters models for handlerMethod |getCustomers| | |
| 25043 | main | DEBUG | springfox.documentation.schema.DefaultModelSpecificationProvider | Skipping model of type Ljava/util/List<Lcom/rvy/entity/Customer;>; as its either a container type, map, enum or base type, or its already been handled | |
| 25043 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25043 | main | DEBUG | springfox.documentation.schema.DefaultModelSpecificationProvider | Inferred 8 properties. Properties found address2, address1, contactNumber, customerId, name, uin, birthDate, email | |
| 25043 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25045 | main | DEBUG | springfox.documentation.schema.TypeNameExtractor | Generated unique model named: Customer, with model id: 1_0_com.rvy.entity.Customer | |
| 25046 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationParameterReader | Reading parameters for method getCustomers at path /cm/v1/customers | |
| 25046 | main | DEBUG | springfox.documentation.spring.web.readers.operation.OperationResponseClassReader | Setting spring response class to: List | |
| 25046 | main | DEBUG | springfox.documentation.swagger.readers.operation.VendorExtensionsReader | Extension count 1 for method getCustomers | |
| 25046 | main | DEBUG | springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader | Setting response class to:Customer | |
| 25047 | main | DEBUG | springfox.documentation.swagger.readers.operation.OperationAuthReader | Authorization count 0 for method getCustomers | |
| 25047 | main | DEBUG | springfox.documentation.swagger.readers.operation.OpenApiOperationAuthReader | Authorization count 0 for method getCustomers | |
| 25047 | main | DEBUG | springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator | Generating unique operation named: getCustomersUsingGET_1 | |
| 25066 | main | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Successfully started bean 'documentationPluginsBootstrapper' | |
| 25079 | main | DEBUG | org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener | ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AopAutoConfiguration matched: - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) AsyncLoadBalancerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.AsyncRestTemplate' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) found bean 'blockingLoadBalancerClient' (OnBeanCondition) AutoServiceRegistrationAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) AutoServiceRegistrationConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) BeanValidatorPluginsConfiguration matched: - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition) BlockingLoadBalancerClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) BlockingLoadBalancerClientAutoConfiguration#blockingLoadBalancerClient matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) did not find any beans (OnBeanCondition) CompatibilityVerifierAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.compatibility-verifier.enabled) matched (OnPropertyCondition) ConfigurationPropertiesRebinderAutoConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor; SearchStrategy: all) found bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesBeans matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesBeans; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition) DataSourceAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceInitializationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition) DiscoveryClientOptionalArgsConfiguration#defaultEurekaClientHttpRequestFactorySupplier matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.cloud.netflix.eureka.http.EurekaClientHttpRequestFactorySupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) DiscoveryClientOptionalArgsConfiguration#restTemplateDiscoveryClientOptionalArgs matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate'; @ConditionalOnMissingClass did not find unwanted class 'com.sun.jersey.api.client.filter.ClientFilter' (OnClassCondition) - @ConditionalOnProperty (eureka.client.webclient.enabled=false) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: com.netflix.discovery.AbstractDiscoveryClientOptionalArgs; SearchStrategy: current) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration matched: - @ConditionalOnClass found required class 'com.netflix.discovery.EurekaClientConfig' (OnClassCondition) - @ConditionalOnProperty (eureka.client.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.enabled) matched (OnPropertyCondition) EurekaClientAutoConfiguration#eurekaAutoServiceRegistration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) EurekaClientAutoConfiguration#eurekaClientConfigBean matched: - @ConditionalOnMissingBean (types: com.netflix.discovery.EurekaClientConfig; SearchStrategy: current) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration#eurekaInstanceConfigBean matched: - @ConditionalOnMissingBean (types: com.netflix.appinfo.EurekaInstanceConfig; SearchStrategy: current) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration#serviceManagementMetadataProvider matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.netflix.eureka.metadata.ManagementMetadataProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (OnClassCondition) - @ConditionalOnProperty (eureka.client.refresh.enable=true) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.autoconfigure.RefreshAutoConfiguration; SearchStrategy: all) found bean 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration' (OnBeanCondition) EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration#eurekaApplicationInfoManager matched: - @ConditionalOnMissingBean (types: com.netflix.appinfo.ApplicationInfoManager; SearchStrategy: current) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration#eurekaClient matched: - @ConditionalOnMissingBean (types: com.netflix.discovery.EurekaClient; SearchStrategy: current) did not find any beans (OnBeanCondition) EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration#eurekaRegistration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) EurekaDiscoveryClientConfiguration matched: - @ConditionalOnClass found required class 'com.netflix.discovery.EurekaClientConfig' (OnClassCondition) - @ConditionalOnProperty (eureka.client.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched (OnPropertyCondition) EurekaDiscoveryClientConfiguration#discoveryClient matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.netflix.eureka.EurekaDiscoveryClient; SearchStrategy: all) did not find any beans (OnBeanCondition) EurekaDiscoveryClientConfiguration.EurekaClientConfigurationRefresher matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent' (OnClassCondition) GenericCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) GsonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition) GsonAutoConfiguration#gson matched: - @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) did not find any beans (OnBeanCondition) GsonAutoConfiguration#gsonBuilder matched: - @ConditionalOnMissingBean (types: com.google.gson.GsonBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) GsonHttpMessageConvertersConfiguration matched: - @ConditionalOnClass found required class 'com.google.gson.Gson' (OnClassCondition) HibernateJpaAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'javax.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition) HibernateJpaConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition) HttpClientConfiguration.ApacheHttpClientConfiguration matched: - @ConditionalOnClass found required class 'org.apache.http.client.HttpClient' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.httpclientfactories.apache.enabled) matched (OnPropertyCondition) HttpClientConfiguration.ApacheHttpClientConfiguration#apacheHttpClientBuilder matched: - @ConditionalOnMissingBean (types: org.apache.http.impl.client.HttpClientBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientConfiguration.ApacheHttpClientConfiguration#apacheHttpClientFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.httpclient.ApacheHttpClientFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientConfiguration.ApacheHttpClientConfiguration#connManFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.httpclient.ApacheHttpClientConnectionManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcTemplateAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a primary bean from beans 'dataSource' (OnBeanCondition) JdbcTemplateConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) JpaBaseConfiguration#entityManagerFactory matched: - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,javax.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) JpaBaseConfiguration#entityManagerFactoryBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JpaBaseConfiguration#jpaVendorAdapter matched: - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition) JpaBaseConfiguration#transactionManager matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) JpaBaseConfiguration.JpaWebConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) JtaAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.transaction.Transaction' (OnClassCondition) - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) LifecycleMvcEndpointAutoConfiguration#environmentManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.environment.EnvironmentManager; SearchStrategy: all) did not find any beans (OnBeanCondition) org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) found bean 'blockingLoadBalancerClient' (OnBeanCondition) org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (OnPropertyCondition) LoadBalancerAutoConfiguration#loadBalancerClientFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#loadBalancerRequestFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#zoneConfig matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.config.LoadBalancerZoneConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryDisabled @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryTemplateMissing @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig#restTemplateCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerCacheAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.CacheManager', 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.loadbalancer.cache.enabled) matched (OnPropertyCondition) LoadBalancerCacheAutoConfiguration.DefaultLoadBalancerCacheManagerConfiguration matched: - @ConditionalOnClass found required class 'com.stoyanr.evictor.ConcurrentMapWithTimedEviction' (OnClassCondition) - AnyNestedCondition 1 matched 1 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass did not find unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) LoadBalancerCacheAutoConfiguration.DefaultLoadBalancerCacheManagerConfiguration#defaultLoadBalancerCacheManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerCacheAutoConfiguration.LoadBalancerCacheManagerWarnConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass did not find unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) LoadBalancerEurekaAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cloud.loadbalancer.annotation.LoadBalancerClientConfigurationRegistrar' (OnClassCondition) - @ConditionalOnProperty (eureka.client.enabled) matched (OnPropertyCondition) LoadBalancerEurekaAutoConfiguration#eurekaLoadBalancerProperties matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.netflix.eureka.loadbalancer.EurekaLoadBalancerProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) MockMvcAutoConfiguration matched: - found 'session' scope (OnWebApplicationCondition) MockMvcAutoConfiguration#mockMvc matched: - @ConditionalOnMissingBean (types: org.springframework.test.web.servlet.MockMvc; SearchStrategy: all) did not find any beans (OnBeanCondition) MockMvcAutoConfiguration#mockMvcBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.test.web.servlet.MockMvcBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) NamedParameterJdbcTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a primary bean from beans 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) NoOpCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) OpenApiAutoConfiguration matched: - @ConditionalOnProperty (springfox.documentation.enabled=true) matched (OnPropertyCondition) OpenApiControllerWebMvc matched: - found 'session' scope (OnWebApplicationCondition) OpenApiWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) PersistenceExceptionTranslationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) RefreshAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.refresh.enabled) matched (OnPropertyCondition) RefreshAutoConfiguration#legacyContextRefresher matched: - AnyNestedCondition 1 matched 2 did not; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass found required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition) - @ConditionalOnMissingBean (types: org.springframework.cloud.context.refresh.LegacyContextRefresher; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#loggingRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.logging.LoggingRebinder; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#refreshScope matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.scope.refresh.RefreshScope; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration.JpaInvokerConfiguration matched: - @ConditionalOnClass found required class 'javax.persistence.EntityManagerFactory' (OnClassCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateAutoConfiguration#restTemplateBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) SimpleCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) SimpleDiscoveryClientAutoConfiguration#simpleDiscoveryProperties matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#pageableCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#sortCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringfoxWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) Swagger2ControllerWebMvc matched: - found 'session' scope (OnWebApplicationCondition) Swagger2WebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) SwaggerUiWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springfox.documentation.swagger-ui.enabled=true) matched (OnPropertyCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutionAutoConfiguration#applicationTaskExecutor matched: - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration#taskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ThymeleafAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.thymeleaf.templatemode.TemplateMode', 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition) ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration matched: - @ConditionalOnMissingBean (names: defaultTemplateResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration#templateEngine matched: - @ConditionalOnMissingBean (types: org.thymeleaf.spring5.ISpringTemplateEngine; SearchStrategy: all) did not find any beans (OnBeanCondition) ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect matched: - @ConditionalOnClass found required class 'org.thymeleaf.extras.java8time.dialect.Java8TimeDialect' (OnClassCondition) ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect#java8TimeDialect matched: - @ConditionalOnMissingBean (types: org.thymeleaf.extras.java8time.dialect.Java8TimeDialect; SearchStrategy: all) did not find any beans (OnBeanCondition) ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.thymeleaf.enabled) matched (OnPropertyCondition) ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration#thymeleafViewResolver matched: - @ConditionalOnMissingBean (names: thymeleafViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionAutoConfiguration#platformTransactionManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary bean from beans 'transactionManager' (OnBeanCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) UtilAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.util.enabled) matched (OnPropertyCondition) UtilAutoConfiguration#inetUtils matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration matched: - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition) - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition) ValidationAutoConfiguration#defaultValidator matched: - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration#methodValidationPostProcessor matched: - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcRequestHandlerProvider matched: - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) AopAutoConfiguration.ClassProxyingConfiguration: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition) AtomikosJtaConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.atomikos.icatch.jta.UserTransactionManager' (OnClassCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) BlockingLoadBalancerClientAutoConfiguration#loadBalancerServiceInstanceCookieTransformer: Did not match: - @ConditionalOnProperty (spring.cloud.loadbalancer.sticky-session.add-service-instance-cookie=true) did not find property 'spring.cloud.loadbalancer.sticky-session.add-service-instance-cookie' (OnPropertyCondition) BlockingLoadBalancerClientAutoConfiguration.BlockingLoadBalancerRetryConfig: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) CacheAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) CaffeineCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) ClientHttpConnectorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CloudHypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Link' (OnClassCondition) CodecsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CommonsClientAutoConfiguration.ActuatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.health.HealthIndicator' (OnClassCondition) ConfigClientAutoConfiguration#configClientProperties: Did not match: - @ConditionalOnMissingBean (types: org.springframework.cloud.config.client.ConfigClientProperties; SearchStrategy: all) found beans of type 'org.springframework.cloud.config.client.ConfigClientProperties' configClientProperties (OnBeanCondition) ConfigClientAutoConfiguration.ConfigClientWatchConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.config.watch.enabled) did not find property 'spring.cloud.config.watch.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.refresh.ContextRefresher' (OnClassCondition) ConfigClientAutoConfiguration.ConfigServerHealthIndicatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.health.HealthIndicator' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: Did not match: - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) DataSourceConfiguration.Dbcp2: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourceConfiguration.Generic: Did not match: - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) DataSourceConfiguration.OracleUcp: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourceConfiguration.Tomcat: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.DataCredentials @ConditionalOnProperty (spring.datasource.data-username) did not find property 'data-username'; NestedCondition on DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition.SchemaCredentials @ConditionalOnProperty (spring.datasource.schema-username) did not find property 'schema-username' (DataSourceInitializationConfiguration.InitializationSpecificCredentialsDataSourceInitializationConfiguration.DifferentCredentialsCondition) DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration: Did not match: - DataSource Initialization did not find configured properties spring.datasource.data-username, spring.datasource.schema-password, spring.datasource.schema[0], spring.datasource.data[0], spring.datasource.data, spring.datasource.schema-username, spring.datasource.data-password, spring.datasource.initialization-mode, spring.datasource.schema, spring.datasource.sql-script-encoding, spring.datasource.separator, spring.datasource.platform, spring.datasource.continue-on-error (DataSourceInitializationConfiguration.SharedCredentialsDataSourceInitializationConfiguration.DataSourceInitializationCondition) DataSourceJmxConfiguration: Did not match: - @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition) DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager: Did not match: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition) DevToolsDataSourceAutoConfiguration: Did not match: - Devtools devtools is disabled for current context. (OnEnabledDevToolsCondition) DiscoveryClientOptionalArgsConfiguration#discoveryClientOptionalArgs: Did not match: - @ConditionalOnClass did not find required class 'com.sun.jersey.api.client.filter.ClientFilter' (OnClassCondition) DiscoveryClientOptionalArgsConfiguration.WebClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) DiscoveryClientOptionalArgsConfiguration.WebClientNotFoundConfiguration: Did not match: - @ConditionalOnProperty (eureka.client.webclient.enabled=true) did not find property 'webclient.enabled' (OnPropertyCondition) Matched: - @ConditionalOnMissingClass did not find unwanted classes 'com.sun.jersey.api.client.filter.ClientFilter', 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) EhCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestHighLevelClient' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedMongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) ErrorWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) EurekaClientAutoConfiguration.EurekaClientConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on EurekaClientAutoConfiguration.OnMissingRefreshScopeCondition.OnPropertyDisabled @ConditionalOnProperty (eureka.client.refresh.enable=false) did not find property 'eureka.client.refresh.enable'; NestedCondition on EurekaClientAutoConfiguration.OnMissingRefreshScopeCondition.MissingScope @ConditionalOnMissingBean (types: org.springframework.cloud.autoconfigure.RefreshAutoConfiguration; SearchStrategy: all) found beans of type 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration' org.springframework.cloud.autoconfigure.RefreshAutoConfiguration; NestedCondition on EurekaClientAutoConfiguration.OnMissingRefreshScopeCondition.MissingClass @ConditionalOnMissingClass found unwanted class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (EurekaClientAutoConfiguration.OnMissingRefreshScopeCondition) EurekaClientAutoConfiguration.EurekaHealthIndicatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.health.Health' (OnClassCondition) EurekaClientConfigServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.server.config.ConfigServerProperties' (OnClassCondition) EurekaDiscoveryClientConfiguration.EurekaHealthCheckHandlerConfiguration: Did not match: - @ConditionalOnProperty (eureka.client.healthcheck.enabled) did not find property 'eureka.client.healthcheck.enabled' (OnPropertyCondition) EurekaReactiveDiscoveryClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.JacksonJsonbUnavailable NoneNestedConditions 1 matched 1 did not; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JsonbPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jsonb) did not find property 'spring.mvc.converters.preferred-json-mapper'; NestedCondition on GsonHttpMessageConvertersConfiguration.JacksonAndJsonbUnavailableCondition.JacksonAvailable @ConditionalOnBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found bean 'mappingJackson2HttpMessageConverter'; NestedCondition on GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition.GsonPreferred @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=gson) did not find property 'spring.mvc.converters.preferred-json-mapper' (GsonHttpMessageConvertersConfiguration.PreferGsonOrJacksonAndJsonbUnavailableCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HttpClientConfiguration.OkHttpClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'okhttp3.OkHttpClient' (OnClassCondition) HttpHandlerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxDbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) JCacheCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition) JmxAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JndiJtaConfiguration: Did not match: - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) found beans of type 'org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean' &customerRepository and found beans of type 'org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension' org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension#0 (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) LoadBalancerAutoConfiguration.RetryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerBeanPostProcessorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) LoadBalancerCacheAutoConfiguration.CaffeineLoadBalancerCacheManagerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) LoadBalancerEurekaAutoConfiguration#zoneConfig: Did not match: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.config.LoadBalancerZoneConfig; SearchStrategy: all) found beans of type 'org.springframework.cloud.loadbalancer.config.LoadBalancerZoneConfig' zoneConfig (OnBeanCondition) LoadBalancerStatsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) LocalDevToolsAutoConfiguration: Did not match: - Initialized Restarter Condition initialized without URLs (OnInitializedRestarterCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MockMvcAutoConfiguration#dispatcherServlet: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.DispatcherServlet' dispatcherServlet (OnBeanCondition) MockMvcAutoConfiguration#dispatcherServletPath: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found beans of type 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath' dispatcherServletRegistration (OnBeanCondition) MockMvcSecurityConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors' (OnClassCondition) MockMvcWebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.gargoylesoftware.htmlunit.WebClient' (OnClassCondition) MockMvcWebDriverAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.openqa.selenium.htmlunit.HtmlUnitDriver' (OnClassCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) NettyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) OAuth2LoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.OAuth2RestTemplate' (OnClassCondition) OAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition) OpenApiControllerWebFlux: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) OpenApiWebFluxConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) ProjectInfoAutoConfiguration#gitProperties: Did not match: - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) QuartzAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.springframework.boot.actuate.health.ReactiveHealthIndicator', 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveCompositeDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition) ReactiveElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactorLoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) RedisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) RedisReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory' (OnClassCondition) RedisRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) RefreshAutoConfiguration#configDataContextRefresher: Did not match: - NoneNestedConditions 1 matched 2 did not; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass found required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition) Matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.refresh.ConfigDataContextRefresher; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' (OnClassCondition) RemoteDevToolsAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.devtools.remote.secret) did not find property 'secret' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.servlet.Filter', 'org.springframework.http.server.ServerHttpRequest' (OnClassCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) ResourceServerTokenRelayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration' (OnClassCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) SecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityFilterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) ServletWebServerFactoryAutoConfiguration#forwardedHeaderFilter: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow: Did not match: - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SimpleReactiveDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) SolrAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition) SpringApplicationAdminJmxAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition) SpringDataRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringfoxWebFluxConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) Swagger2ControllerWebFlux: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) Swagger2WebFluxConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) SwaggerUiWebFluxConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) TaskSchedulingAutoConfiguration#taskScheduler: Did not match: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) ThymeleafAutoConfiguration.DataAttributeDialectConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect' (OnClassCondition) ThymeleafAutoConfiguration.ThymeleafReactiveConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' (OnClassCondition) ThymeleafAutoConfiguration.ThymeleafWebFluxConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration: Did not match: - @ConditionalOnClass did not find required class 'nz.net.ultraq.thymeleaf.LayoutDialect' (OnClassCondition) ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration#resourceUrlEncodingFilter: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) TransactionAutoConfiguration#transactionalOperator: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) UserDetailsServiceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) WebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebFluxRequestHandlerProvider: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketServletAutoConfiguration.Jetty10WebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer', 'org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer' (OnClassCondition) WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) WritableEnvironmentEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'javax.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration org.springframework.cloud.client.CommonsClientAutoConfiguration org.springframework.cloud.commons.httpclient.HttpClientConfiguration org.springframework.cloud.netflix.eureka.config.DiscoveryClientOptionalArgsConfiguration org.springframework.cloud.config.client.ConfigClientAutoConfiguration org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration | |
| 25085 | main | INFO | com.rvy.controller.ControllerAppTest | Started ControllerAppTest in 24.317 seconds (JVM running for 25.804) | |
| 25086 | main | DEBUG | org.springframework.boot.availability.ApplicationAvailabilityBean | Application availability state LivenessState changed to CORRECT | |
| 25088 | main | DEBUG | org.springframework.boot.availability.ApplicationAvailabilityBean | Application availability state ReadinessState changed to ACCEPTING_TRAFFIC | |
| 25088 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Storing ApplicationContext [485237151] in cache under key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25088 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1] | |
| 25089 | main | DEBUG | org.springframework.test.context.web.ServletTestExecutionListener | Setting up MockHttpServletRequest, MockHttpServletResponse, ServletWebRequest, and RequestContextHolder for test context [DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = com.rvy.controller.ControllerAppTest@2e962cec, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]]. | |
| 25104 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25105 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 1, missCount = 1] | |
| 25106 | main | DEBUG | org.springframework.test.context.support.DependencyInjectionTestExecutionListener | Performing dependency injection for test context [[DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = com.rvy.controller.ControllerAppTest@2e962cec, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]]. | |
| 25106 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25106 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 2, missCount = 1] | |
| 25109 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25109 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 3, missCount = 1] | |
| 25113 | main | DEBUG | org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener | Before test method: context [DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = com.rvy.controller.ControllerAppTest@2e962cec, testMethod = ControllerTester@ControllerAppTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null]. | |
| 25118 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25118 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 4, missCount = 1] | |
| 25119 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25137 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 5, missCount = 1] | |
| 25142 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25142 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 6, missCount = 1] | |
| 25159 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25160 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 7, missCount = 1] | |
| 25162 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25162 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 8, missCount = 1] | |
| 25162 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25163 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 9, missCount = 1] | |
| 25163 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25163 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 10, missCount = 1] | |
| 25165 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25166 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 11, missCount = 1] | |
| 25168 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25168 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 12, missCount = 1] | |
| 25169 | main | DEBUG | org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener | After test method: context [DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = com.rvy.controller.ControllerAppTest@2e962cec, testMethod = ControllerTester@ControllerAppTest, testException = com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDate` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: com.rvy.entity.Customer["birthDate"]), mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null]. | |
| 25170 | main | DEBUG | org.springframework.test.context.web.ServletTestExecutionListener | Resetting RequestContextHolder for test context [DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = com.rvy.controller.ControllerAppTest@2e962cec, testMethod = ControllerTester@ControllerAppTest, testException = com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDate` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: com.rvy.entity.Customer["birthDate"]), mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false]]. | |
| 25182 | main | DEBUG | org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate | Retrieved ApplicationContext [485237151] from cache with key [[WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]] | |
| 25182 | main | DEBUG | org.springframework.test.context.cache | Spring test ApplicationContext cache statistics: [DefaultContextCache@5ec10ab1 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 13, missCount = 1] | |
| 25183 | main | DEBUG | org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener | After test class: context [DefaultTestContext@2f3c6ac4 testClass = ControllerAppTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2e8ab815 testClass = ControllerAppTest, locations = '{}', classes = '{class com.rvy.CustomerSupermarketAppApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@67af833b key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2fc6f97f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@35f26e72, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@cf9dc07c, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5d9b7a8a, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@56f0cc85, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7f36662c, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@124c278f], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.event.ApplicationEventsTestExecutionListener.recordApplicationEvents' -> false, 'org.springframework.test.context.support.DependencyInjectionTestExecutionListener.reinjectDependencies' -> true]], class annotated with @DirtiesContext [false] with mode [null]. | |
| 25187 | SpringApplicationShutdownHook | DEBUG | org.springframework.web.context.support.GenericWebApplicationContext | Closing org.springframework.web.context.support.GenericWebApplicationContext@1cec219f, started on Thu Jul 29 20:44:24 IST 2021, parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@62e7dffa | |
| 25187 | SpringApplicationShutdownHook | INFO | org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry | Unregistering application CUSTOMER-SERVICE with eureka with status DOWN | |
| 25187 | SpringApplicationShutdownHook | INFO | com.netflix.discovery.DiscoveryClient | Saw local status change event StatusChangeEvent [timestamp=1627571683471, current=DOWN, previous=UP] | |
| 25188 | SpringApplicationShutdownHook | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Stopping beans in phase 2147483647 | |
| 25189 | SpringApplicationShutdownHook | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Bean 'documentationPluginsBootstrapper' completed its stop procedure | |
| 25189 | SpringApplicationShutdownHook | DEBUG | org.springframework.context.support.DefaultLifecycleProcessor | Stopping beans in phase 0 | |
| 25192 | SpringApplicationShutdownHook | DEBUG | org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor | Shutting down ExecutorService 'applicationTaskExecutor' | |
| 25195 | SpringApplicationShutdownHook | INFO | org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean | Closing JPA EntityManagerFactory for persistence unit 'default' | |
| 25195 | SpringApplicationShutdownHook | DEBUG | org.hibernate.internal.SessionFactoryImpl | HHH000031: Closing | |
| 25195 | SpringApplicationShutdownHook | DEBUG | org.hibernate.type.spi.TypeConfiguration$Scope | Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@443c7457] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@141c66db] | |
| 25197 | SpringApplicationShutdownHook | DEBUG | org.hibernate.service.internal.AbstractServiceRegistryImpl | Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries | |
| 25198 | SpringApplicationShutdownHook | DEBUG | org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl | Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries | |
| 25198 | SpringApplicationShutdownHook | INFO | com.zaxxer.hikari.HikariDataSource | HikariPool-1 - Shutdown initiated... | |
| 25198 | SpringApplicationShutdownHook | DEBUG | com.zaxxer.hikari.pool.HikariPool | HikariPool-1 - Before shutdown stats (total=10, active=0, idle=10, waiting=0) | |
| 25200 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@76219fe: (connection evicted) | |
| 25201 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@372a3327: (connection evicted) | |
| 25203 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@7228aba6: (connection evicted) | |
| 25203 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@25c5ae6c: (connection evicted) | |
| 25204 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@120754e9: (connection evicted) | |
| 25205 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@755d0e18: (connection evicted) | |
| 25206 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@36ffff0f: (connection evicted) | |
| 25207 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@3ec18172: (connection evicted) | |
| 25208 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@16492a5f: (connection evicted) | |
| 25210 | HikariPool-1 connection closer | DEBUG | com.zaxxer.hikari.pool.PoolBase | HikariPool-1 - Closing connection org.postgresql.jdbc.PgConnection@b79db40: (connection evicted) | |
| 25211 | SpringApplicationShutdownHook | DEBUG | com.zaxxer.hikari.pool.HikariPool | HikariPool-1 - After shutdown stats (total=0, active=0, idle=0, waiting=0) | |
| 25211 | SpringApplicationShutdownHook | INFO | com.zaxxer.hikari.HikariDataSource | HikariPool-1 - Shutdown completed. | |
| 25212 | SpringApplicationShutdownHook | INFO | com.netflix.discovery.DiscoveryClient | Shutting down DiscoveryClient ... | |
| 26944 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connect to localhost/127.0.0.1:8761 timed out. Connection will be retried using another IP address | |
| 26944 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connecting to localhost/0:0:0:0:0:0:0:1:8761 | |
| 28227 | SpringApplicationShutdownHook | INFO | com.netflix.discovery.DiscoveryClient | Unregistering ... | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.springframework.web.client.RestTemplate | HTTP DELETE http://localhost:8761/eureka/apps/CUSTOMER-SERVICE/host.docker.internal:customer-service:9003 | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.springframework.web.client.RestTemplate | Accept=[application/json, application/*+json] | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.apache.http.client.protocol.RequestAddCookies | CookieSpec selected: default | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.apache.http.client.protocol.RequestAuthCache | Auth cache not set in the context | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection request: [route: {}->http://localhost:8761][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection leased: [id: 2][route: {}->http://localhost:8761][total available: 0; route allocated: 1 of 2; total allocated: 1 of 20] | |
| 28235 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.execchain.MainClientExec | Opening connection {}->http://localhost:8761 | |
| 28236 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connecting to localhost/127.0.0.1:8761 | |
| 28982 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.DefaultManagedHttpClientConnection | http-outgoing-1: Shutdown connection | |
| 28982 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.execchain.MainClientExec | Connection discarded | |
| 28983 | DiscoveryClient-InstanceInfoReplicator-0 | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection released: [id: 1][route: {}->http://localhost:8761][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] | |
| 28984 | DiscoveryClient-InstanceInfoReplicator-0 | INFO | com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient | Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/}, exception=I/O error on POST request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect stacktrace=org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:602) at org.springframework.cloud.netflix.eureka.http.RestTemplateEurekaHttpClient.register(RestTemplateEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.executeOnNewServer(RedirectingEurekaHttpClient.java:121) at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.execute(RedirectingEurekaHttpClient.java:80) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:120) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:876) at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776) ... 22 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/java.net.PlainSocketImpl.connect0(Native Method) at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:608) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 35 more | |
| 28984 | DiscoveryClient-InstanceInfoReplicator-0 | WARN | com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient | Request execution failed with message: I/O error on POST request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect | |
| 28988 | DiscoveryClient-InstanceInfoReplicator-0 | WARN | com.netflix.discovery.DiscoveryClient | DiscoveryClient_CUSTOMER-SERVICE/host.docker.internal:customer-service:9003 - registration failed Cannot execute request on any known server | |
| com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:876) at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) | |||||
| 28988 | DiscoveryClient-InstanceInfoReplicator-0 | WARN | com.netflix.discovery.InstanceInfoReplicator | There was a problem with the instance info replicator | |
| com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:876) at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) | |||||
| 30273 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connect to localhost/127.0.0.1:8761 timed out. Connection will be retried using another IP address | |
| 30274 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.DefaultHttpClientConnectionOperator | Connecting to localhost/0:0:0:0:0:0:0:1:8761 | |
| 32303 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.DefaultManagedHttpClientConnection | http-outgoing-2: Shutdown connection | |
| 32303 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.execchain.MainClientExec | Connection discarded | |
| 32303 | SpringApplicationShutdownHook | DEBUG | org.apache.http.impl.conn.PoolingHttpClientConnectionManager | Connection released: [id: 2][route: {}->http://localhost:8761][total available: 0; route allocated: 0 of 2; total allocated: 0 of 20] | |
| 32304 | SpringApplicationShutdownHook | INFO | com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient | Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/}, exception=I/O error on DELETE request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE/host.docker.internal:customer-service:9003": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect stacktrace=org.springframework.web.client.ResourceAccessException: I/O error on DELETE request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE/host.docker.internal:customer-service:9003": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:602) at org.springframework.cloud.netflix.eureka.http.RestTemplateEurekaHttpClient.cancel(RestTemplateEurekaHttpClient.java:87) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$2.execute(EurekaHttpClientDecorator.java:74) at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.executeOnNewServer(RedirectingEurekaHttpClient.java:121) at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.execute(RedirectingEurekaHttpClient.java:80) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.cancel(EurekaHttpClientDecorator.java:71) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$2.execute(EurekaHttpClientDecorator.java:74) at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:120) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.cancel(EurekaHttpClientDecorator.java:71) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$2.execute(EurekaHttpClientDecorator.java:74) at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.cancel(EurekaHttpClientDecorator.java:71) at com.netflix.discovery.DiscoveryClient.unregister(DiscoveryClient.java:972) at com.netflix.discovery.DiscoveryClient.shutdown(DiscoveryClient.java:948) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:347) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:177) at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:184) at org.springframework.beans.factory.support.DisposableBeanAdapter.run(DisposableBeanAdapter.java:177) at org.springframework.cloud.context.scope.GenericScope$BeanLifecycleWrapper.destroy(GenericScope.java:390) at org.springframework.cloud.context.scope.GenericScope.destroy(GenericScope.java:136) at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:200) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559) at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1152) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520) at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1145) at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106) at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1075) at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021) at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:131) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:100) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:87) at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776) ... 39 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/java.net.PlainSocketImpl.connect0(Native Method) at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:608) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 52 more | |
| 32304 | SpringApplicationShutdownHook | WARN | com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient | Request execution failed with message: I/O error on DELETE request for "http://localhost:8761/eureka/apps/CUSTOMER-SERVICE/host.docker.internal:customer-service:9003": Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to localhost:8761 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect | |
| 32304 | SpringApplicationShutdownHook | ERROR | com.netflix.discovery.DiscoveryClient | DiscoveryClient_CUSTOMER-SERVICE/host.docker.internal:customer-service:9003 - de-registration failedCannot execute request on any known server | |
| com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.cancel(EurekaHttpClientDecorator.java:71) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$2.execute(EurekaHttpClientDecorator.java:74) at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.cancel(EurekaHttpClientDecorator.java:71) at com.netflix.discovery.DiscoveryClient.unregister(DiscoveryClient.java:972) at com.netflix.discovery.DiscoveryClient.shutdown(DiscoveryClient.java:948) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:347) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:177) at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:184) at org.springframework.beans.factory.support.DisposableBeanAdapter.run(DisposableBeanAdapter.java:177) at org.springframework.cloud.context.scope.GenericScope$BeanLifecycleWrapper.destroy(GenericScope.java:390) at org.springframework.cloud.context.scope.GenericScope.destroy(GenericScope.java:136) at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:200) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559) at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1152) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520) at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1145) at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106) at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1075) at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021) at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:131) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:100) at java.base/java.lang.Thread.run(Thread.java:834) | |||||
| 32310 | SpringApplicationShutdownHook | INFO | com.netflix.discovery.DiscoveryClient | Completed shut down of DiscoveryClient | |